@charset "utf-8";
/*首页 */
/*首页顶部登陆注册*/
#topnav {
    background: #f5f5f5;
    border-bottom: 1px solid #d1d1d1;
    color: #666;
}

#topnav a {
    color: #666;
}

.con_w1200 {
    width: 1200px;
    margin: 0 auto;
}

#topnavwrap {
    line-height: 30px;
    height: 33px;
}

.topnav_l {
    float: left;
    width:300px;
    text-indent: 5px;
}

.topnav_r {
    float: right;
    width: 500px;
    text-align: right;
}

.topnav_r2 {
    float: right;
    margin-left: 20px;
}

.topnav_r img {
    height: 16px;
    width: 14px;
    margin-right: 6px;
    vertical-align: -3px;
}

.topnav_r2 img {
    height: 16px;
    width: 14px;
    margin: 0 3px 0 10px;
    vertical-align: -3px;
}

/*top标志搜索部门*/
#topheader {
    background: #f2f2f2;
    height: 132px;
}

#topheaderwrap {
    padding: 46px 0;
}

.logo_dspt {
    width: 751px;
    height: 62px;
    line-height: 60px;
    cursor: pointer;
    background: url("../../images/jnec/logo.jpg") no-repeat;
    float: left;
}

.topsearchbox {
    width: 284px;
    float: right;
}

.inp-txt-wrap .inp-txt {
    border: 1px solid #dfdfdf;
    float: left;
    display: inline;
    width: 190px;
    line-height: 29px;
    height: 28px;
    color: #b2b2b2;
    padding-left: 6px;
}

.topsearchbox .submit-second-btn {
    background: url("../../images/jnec/fdj.png") no-repeat center top;
    width: 84px;
    height: 29px;
    cursor: pointer;
    border: none;
}

/*导航*/
#headnav {
    background: #0e6eda;
    zoom:1;
}

#navbar {
    height: 46px;
}

.nav li{
    float:left;
    position:relative;
}
.nav li a{
    color:#fff;
    height:46px;
    line-height:46px;
    blr:expression(this.onFocus=this.close());
    blr:expression(this.onFocus=this.blur());
    display:inline-block;
}
.nav li a:focus{
    -moz-outline-style: none;
}
.nav li .dropdown-menu{
    position:absolute;
    top:46px;
    left:0px;
    list-style:none;
    background-color:#0e6eda;
    display:none;
    z-index:1000;
}
.nav li .dropdown-menu li{
    text-align:left;
    clear:left;
    width:74px;
    height:38px;
    line-height:38px;
    position:relative;
}
.nav li .dropdown-menu li a{
    height:32px;
    line-height:32px;
    padding:0;
    display:inline-block;
    font-size:14px;
}
.navbar-nav{
    float: left;
}
.nav-hover:hover{
    background: #398eed;
}
.navbar-nav li {
    font-size: 16px;
    line-height: 46px;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    float: left;
    padding:0 28px;
}

.navbar-nav li a {
    text-decoration: none;
    color:#fff;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}


/*part1新闻轮转*/
#main_wrapper {
    background: #f2f2f2;
    padding-top: 15px;
}

#news_box {
    overflow: hidden;
	margin-bottom:10px;
}

.newbox_l {
    width: 400px;
    float: left;
}

.imgArea {
    overflow: hidden;
}

.imgArea img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ss_commsglist li:hover .imgArea img, .ss_compiclist li:hover .imgArea img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}

.ss_commsglist li:last-child {
    border-bottom: none;
}

.ss_commsglist .num {
    float: left;
    width: 20px;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.ss_commsglist .date {
    float: right;
}

.ss_commsglist.havenum p {
    padding-left: 30px;
}

.ss_msglist1 .atlasImgBox {
    overflow: hidden;
}

.ss_msglist1 .atlasImgBox img {
    display: block;
    margin-right: 10px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ss_msglist1 li:hover .atlasImgBox img {
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}

.ss_compiclist li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.ss_compiclist .imgArea {
    margin: 0 auto;
}

.ss_compiclist .txtArea {
    text-align: center;
}

.ss_compiclist.lifl li {
    float: left;
    width:400px;
}

.ss_compiclist.litc {
    text-align: center;
}

.newslideBox {
    position: relative;
    height: 326px;
    width:400px;
    background: #fff;
    overflow: hidden;
}
.newslideBox .newslidebd{
    width:400px;
}
.newslideBox .newslidebd .tempWrap{
    width:400px;
}
.newslideBox .imgArea {
    height: 290px;
}

.newslideBox .imgArea img {
    width: 100%;
    height: 100%;
}

.newslideBox .txtArea {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
}

.newslideBox .newslidehd {
    position: absolute;
    bottom: 35px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    z-index: 10;
}

.newslideBox .newslidehd ul {
    text-align: center;
    height: 5px;
    line-height: 5px;
    margin-top: 13px;
}

.newslideBox .newslidehd li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 6px;
    background: #fff;
    margin-right: 8px;
    font-size: 0;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
}

.newslideBox .newslidehd li.on {
    background-color: #0082c8;
    color: #0082c8;
}

/*part1资讯板块*/
.newbox_m {
    width: 402px;
    float: left;
    overflow: hidden;
    padding: 0px 12px 11px;

}

.cm_channel_tab {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix::after {
    content: ".";
    visibility: hidden;
}

.clear, .clearfix::after {
    clear: both;
    display: block;
    overflow: hidden;
}

.cm_channel_tab .tab_hd {
    height: 45px;
}

.cm_channel_tab .tab_nav li {
    float: left;
    font-size: 18px;
    line-height: 49px;
    position: relative;
    text-align: center;
    width: 92px;
    color: #a1a0a0;
}

.icon_news {
    background-position: -6px 10px;
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
}

.clearfix {
    display: block;
    overflow: hidden;
}

.cm_channel_tab .tab_nav {
    float: left;
}

.cm_channel_tab .tab_nav li::before {
    background: #307bdd;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    transform: translateY(3px);
    transition: transform 0.2s ease-out 0s;
    width: 100%;
    z-index: 0;
    content: "";
}

.cm_channel_tab .tab_nav li.current::before {
    transform: translateY(0px);
}

.cm_channel_tab .tab_nav .tagname {
    color: #0e6eda;
    text-align: left;
    text-indent: 40px;
    width: 120px;
}

.cm_channel_tab .tab_nav .nav_li_96 {
    width: 96px;
}

.article {
    height: auto;
    margin: 6px 14px 5px;
    overflow: hidden;
}

.article h3 {
    font: 20px/26px "SimHei";
    height: 28px;
    color: #241f1f;
    margin-bottom: 4px;
    overflow: hidden;
}

.article .brief {
    height: 50px;
    font: 12px/22px 'simsun';
    color: #a5a3a3;
    margin-bottom: 5px;
    border-bottom: 1px dashed #b6b1b1;

}

.article .brief a {
    color: #BB1627
}

.newlist li {
    color: #595757;
    height: 24px;
    font: 14px/32px 'Microsoft Yahei';
    vertical-align: middle;
    width: 98%;
}

.newlist li a {
    color: #333;
    display: block;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 77%;
}

.newlist li span {
    color: #999;
    display: block;
    float: right;
    font-family: "Microsoft Yahei", "宋体";
    width: 46px;
    padding-right: 11px;
}

.m20 {
    margin-left: 15px;
    background: #fff;
}

.newbox_r h3 {
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
    background-position: -9px -127px;
    font-size: 18px;
    text-indent: 39px;
    line-height: 46px;
    position: relative;
    border-bottom: 1px solid #eee;
}
.newbox_r ul{
	margin-top:10px;
}

.newbox_r h3 a, .act_tille_top h3, .online_training h3 a, #con_park h3 a {
    color: #0e6eda;
}

.newbox_r h3:before {
    background: #307bdd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(3px);
    width: 80px;
    z-index: 0;
}

.newbox_r {
    float: left;
    width: 319px;
    padding: 0 3px 13px 15px;
}

.newbox_m .tab-bd{
	margin-top:6px;
}
/*part2线下活动*/
#con_activities {
    overflow: hidden;
}

.activities_l {
    background: #fff;
    width: 841px;
    float: left;
}

.act_tille_top {
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

.act_tille_top h3 {
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
    background-position: 6px -77px;
    font-size: 18px;
    text-indent: 59px;
    line-height: 49px;
    float: left;
}

.activities_l .act_dlwz {
    float: left;
    background: url("../../images/jnec/hdyga.png") no-repeat;
    margin: 16px 17px 0;
    padding-left: 110px;
    height: 25px;
}

.act_con_mkxa {
    float: left;
    margin: 19px 30px 0px;
}

.act_con_mkxa a:hover {
    color: #e13d54;
    border: 1px solid #e13d54;
}

.act_con_mkxa a {
    border: 1px solid #c4d7f0;
    display: block;
    width: 44px;
    line-height: 19px;
    text-align: center;
    float: left;
    margin-left: 6px;
    color: #84a2ca;
}

.activities_r {
    width: 330px;
    float: left;
    background: #fff;
}

.act_tille_mid {
    margin: 15px 19px 18px;
    overflow: hidden;
}

.title_botn {
    float: left;
    padding: 10px 0 0 2px;
    color: #838181;
}

.act_article .title_botn{
	width:198px;
	overflow:hidden;
}

.title_botn h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding-left: 9px;
    line-height: 26px;
    width:191px;
    white-space: nowrap;
    overflow: hidden;
}

.title_botn p {
    color: #808080;
    padding-left: 10px;
}

.act_article {
    overflow: hidden;
    float: left;
    padding: 0 20px 17px 0;
    margin-right: 10px;
	width:370px;
}
.actpic{ width:169px; height:111px; overflow:hidden; float: left;}
.actpic img{width:169px; height:111px; -moz-transition:all 0.3s; /* Firefox 4 */
    -webkit-transition:all 0.3s; /* Safari and Chrome */
    -o-transition:all 0.3s; /* Opera */
}
.actpic img:hover{ -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
}
.courseBtn {
    background: #70c24c;
    color: #fff;
    line-height: 24px;
    width: 85px;
    margin: 15px 0 0;
    text-align: center;
    border-radius: 2px;
}

.courseBtn:hover {
    background: #418cdd;
    color: #fff;
}

.act_tille_dow {
    width: 791px;
    overflow: hidden;
    border-top: 1px solid #dadada;
}

.hd_list {
    margin: 5px 0;
}

.hd_list li {
    float: left;
    width: 44%;
    line-height: 28px;
    margin-right: 46px;
}

/*农村电商*/
.activities_r {
    float: left;
    width: 319px;
    margin: 0 0px 13px 15px;
}

.activities_r h3 {
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
    background-position: -9px -127px;
}

.ncds img {
    float: left;
}

.ncds p {
    width: 165px;
    float: left;
    padding: 0 0 14px 11px;
    color: #bbbaba;
    font-size: 12px;
}

.ncds a {
    color: #000000;
    font-size: 12px;
}

.ncds a:hover {
    color: #e13d54;
}

.more {
    color: #000;
    padding: 15px 0 0;
}

#adv {
    height: auto;
    overflow: hidden;
    margin-bottom: 13px;
}

#adv a {
    float: left;
    padding-right: 13px;
    display: inline;

}
#adv a:hover{ opacity: 0.5;}

#adv img {
    display: block;
}

/*线上培训*/
.online_training h3 {
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
    background-position: -9px -176px;
}

.online_training {
    background: #fff;
    width: 826px;
    float: left;
}

#online_service {
    overflow: hidden;
    margin-bottom: 15px;
}

.con_traning li {
    
}

.con_traning {
    overflow: hidden;
    width: 818px;
    border-bottom: 1px solid #eee;
}

.traning {
    margin: 10px 5px 9px 0;
    width: 404px;
    overflow: hidden;
    height: 108px;
    float: left;
}

.circle {
    background: url("../../images/jnec/circle_bg1.jpg ") no-repeat;
    width: 157px;
    height: 93px;
    float: left;
    margin-top: 8px;
}
.age {
    background: url("../../images/jnec/circle_bg2.jpg ") no-repeat;

}
 .age2{
    background: url("../../images/jnec/circle_bg3.jpg ") no-repeat;
}
.age3{
    background: url("../../images/jnec/circle_bg4.jpg ") no-repeat;
}
.circle h5{ padding: 15px 0 0 18px; color: #fff; font-size: 14px; line-height: 24px;}

.traning .newlist2 {
    width: 235px;
    float: left;
    padding: 0 6px 0;
    font-size: 14px;
    line-height: 28px;
}

.jyjh {
    background: url("../../images/jnec/jyjh.jpg");
    height: 97px;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    margin: 7px 0;
}

.jyjh_tb {
    width: 663px;
    font: 14px/36px "微软雅黑";
}

.jy_title {
    color: #fff;
    float: left;
    width: 28px;
    padding: 16px 20px 0;
    font-size: 12px;
}

.jy_zwnr {
    float: left;
    width: 714px;
    padding-left: 41px;
}

/*服务机构*/
.sevice_mech {
    background: #fff;
    margin-left: 16px;
    float: left;
}

.sevice_mech h3 {
    background-position: -9px -225px;
}

.piclist {
    border: 1px solid #e0e0e0;
    width: 290px;
    margin: 11px 0px 0 8px;
}

.piclist ul {
    overflow: hidden;
    background: url("../../images/jnec/fwjgbg.jpg");
    height: 275px;
}

.piclist ul li {
    float: left;
    font: 16px/69px "微软雅黑";
    width: 81px;
    padding: 0px 0 0 64px;
}

.adv22 {
    float: left;
    padding: 11px 0 0 17px;
}
.adv22:hover{ opacity: 0.5;}
/*园区展示*/
.con_park {
    background: #fff;
    margin-bottom: 20px;
}

.con_park h3 {
    background-image: url("../../images/jnec/title_left.png");
    background-repeat: no-repeat;
    background-position: -1px -272px;
    font-size: 18px;
    text-indent: 51px;
    line-height: 49px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.con_park h3::before, .fwjg_list h3::before {
    background: #307bdd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 15px;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 0;
}

.con_park ul {
    margin: 21px 0px 0px 7px;
    overflow: hidden;
}

.con_park ul li {
    float: left;
    padding-left: 45px;
    width: 184px;
}
.con_park ul li a:hover{ opacity:0.5;}
.con_park p {
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    height: 36px;
}

/*友情链接*/
.fridlink h3 {
    background-position: -1px -320px;
}

.fridlink ul {
    overflow: hidden;
}

.fridlink li {
    padding-left: 10px;
}

.linklist {
    width: 1080px;
    margin: 0 auto;
    padding-left: 30px;
}

/*尾部*/
.footer {
    width: 342px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 22px;
    padding-top: 20px;
}

.footer p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.footer p span {
    padding-left: 20px;
}

/*侧边栏漂浮*/
.dlclike {
    background: url("../../images/jnec/pfc_bg.jpg") no-repeat;
    position: fixed;
	z-index:1000;
    right: 5px;
    top: 258px;
    width: 138px;
    height: 163px;
    display:none;
}

.contact_text {
    width: 84%;
    margin: 0 auto;
}

.contact_text p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.contact_text a {
    padding-top: 11px;
    display: block;
}

/*二级页：服务机构列表页*/
.fwjg_title a {
    color: #0f6398;
    font-size: 16px;
}

.fwjg_title {
    font-size: 18px;
    line-height: 28px;
    color: #0f6398;
    padding: 0 0 13px 7px;
}

.con_fwjg {
    overflow: hidden;
}

.sidbar {
    width: 266px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding-bottom: 30px;
}

.sidbar_title a {
    background: #3f89de;
    color: #fff;
    display: block;
}

.sidbar ul li {
    line-height: 50px;
    font-size: 18px;
    background: url("../../images/jnec/fengexian.jpg") no-repeat center bottom;
}
.sidbar ul li a.add{
    float: right;
    position:relative;
    right:20px;
    color:#0f6398;
}

.sidbar .hover_bt a {
    color: #0f6398;
}

.fwjg_list {
    background: #fff;
    width: 896px;
    margin-bottom: 27px;
}

.fwjg_list01 {
    width: 794px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 34px;
    border-bottom: 1px dashed #d4d7d9;
    padding: 15px 0;
}

.fwjg_list h3 {
    line-height: 49px;
    position: relative;
    border-bottom: 1px solid #eee;
    margin-left: 40px;
    font-size: 18px;
}

.fwjg_list h3::before {
    left: 0;
}

.fwjg_list01 p span {
    float: right;
    margin-right: 21px;
    display: block;
    color: #7b7b7b;
}

.fwjg_list01 p span a {
    width: 61px;
    line-height: 30px;
    background: #398ded;
    color: #fff;
    text-align: center;
    float: right;
    margin-left: 35px;
    border-radius: 2px;
}

.fwjg_list01 p span a:hover {
    background: #70c24c;
}

.turepage {
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.black2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 3px;
    padding: 40px 7px;
    text-align: center;
}

.black2 a {
    border: 1px solid #d7d7d7;
    color: #333333;
    margin: 2px;
    padding: 7px 14px;
    text-decoration: none;
}

.black2 .disabled {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    color: #333;
    margin: 2px;
    padding: 7px 14px;
}

.turepage .current {
    background-color: #3f89de;
    border: 1px solid #3f89de;
    color: #fff;
    margin: 2px;
    padding: 7px 14px;
    font-weight: bold;;
}

/*二级页：企业详情*/
.com_details {
    background: #fff;
    width: 793px;
    /*text-align: center;*/
    font-size: 14px;
    color: #525151;
    line-height: 24px;
    margin-bottom: 49px;
    padding-bottom: 20px;
}

.com_details h3 {
    font-size: 28px;
    height: 1px;
    color: #0f6398;
    padding: 40px 0;
}

.com_details .fbtime {
    padding-bottom: 18px;
    color: #b4b4b4;
    font-size: 12px;
}
.com_details img{
	max-width:750px;
	height:auto;
	display:block;
	margin:0 auto;
}

.adress1, .contact_stl {
    text-align: left;
    padding: 1px 81px 10px;
    width: 632px;
}

.tell img {
    padding-right: 27px;
}

.producexq {
    width: 634px;
    margin: 0 auto;
    text-align: left;
    text-indent: 29px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}

.intro_title {
    font-size: 22px;
    text-align: left;
    padding-left: 79px;
    clear: both;
}

.com_details_zc {
    overflow: hidden;
    position:relative;
}

.policy {
    background: #fff;
    padding: 0 25px 0 26px;
    width: 319px;
    margin-bottom: 15px;
}

.policy h3 {
    font-size: 18px;
    line-height: 56px;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 8px;
}

.policy h3::before {
    background: #307bdd;
    height: 3px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 80px;
}

.panel {
    overflow: hidden;
    margin-bottom: 20px;
}

.text-list .titlewz {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.text-list li i {
    background: #d9d9d9;
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    top: 1.6em;
    vertical-align: text-top;
    width: 4px;
}

.text-list li {
    padding-left: 14px;
    position: relative;
}

.text-list .title {
    font-size: 14px;
    line-height: 20px;
}

.text-list .tally {
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 18px;
    margin-top: 10px;
}

.tally a {
    color: #939292;
    float: right;
    padding-right:10px;
}

.zas {
    margin-top: 2px;
}

.text-list .tally2 {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
}

.tally2 a {
    padding-left: 78px;
    color: #939292;
}

/*二级页：新闻列表*/
.newslist01 {
    background: #fff;
    overflow: hidden;
    width: 900px;
    margin: 0 1px 20px 14px;
}

.news_article {
    padding: 15px 0 20px 50px;
    width: 779px;
}

.news_article li {
    font-size: 16px;
    line-height: 46px;
    list-style-image: url("../../images/jnec/sj.png");
    padding-left: 4px;
	clear:both;
}

.news_article li a {
    color: #666666;
}

.news_article li a:hover {
    color: #008ac8;
}

.news_article li span {
    color: #666666;
    font-size: 14px;
}

/*二级页：新闻尾页*/
.article-container {
    background: #fff;
    padding-bottom: 62px;
}

.article-container .title_s {
    font-size: 28px;
    line-height: 3.2;
    text-align: center;
}

.content-info {
    color: #999;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    padding: 0 0 20px;
    position: relative;
    width: 512px;
    margin: 0 auto;
	text-align:center;
}

.content-info li {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 24px;
    text-align: center;
    width: 48px;
}
.article-container{
    margin: 0 auto;
    line-height: 32px;
    color: #737373;
}
.article-container p {
    line-height: 32px;
    color: #737373;
}

.content-info li .content-large {
    background: url("../../images/jnec/qhimg.png") no-repeat;
    background-position: 0 -4px;
}

.content-info li .content-small {
    background: url("../../images/jnec/qhimg.png") no-repeat;
    background-position: -67px -4px;
}

.content-info li:hover {
    border-color: #dd3635;
}

.content-info li + li {
    margin-left: 6px;
}

.content-info li .content-large, .content-info li .content-small {
    display: inline-block;
    height: 13px;
    margin-top: 6px;
    overflow: hidden;
    text-indent: 100%;
    vertical-align: top;
    white-space: nowrap;
    width: 24px;
}

.content-info li {
    cursor: pointer;
    text-align: center;
}

.bdsharebuttonbox {
    width: 260px;
    margin: 18px 0;
}

.bdsharebuttonbox .bds_more {
    color: #333;
    float: left;
}

.bdsharebuttonbox a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../../images/jnec/icons_0_16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}

.bdsharebuttonbox .bds_more {
    background-position: 0 0;
}

.bdsharebuttonbox .bds_qzone {
    background-position: 0 -52px;
}

.bdsharebuttonbox .bds_tsina {
    background-position: 0 -104px;
}

.bdsharebuttonbox .bds_tqq {
    background-position: 0 -260px;
}

.bdsharebuttonbox .bds_renren {
    background-position: 0 -208px;
}

.bdsharebuttonbox .bds_weixin {
    background-position: 0 -1612px;
}

.page_t {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 19px 0;
    clear: both;
    width: 968px;
    margin: 0 auto;
}

.page_t li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

/*二级页：企业园区*/
.con_detailspic {
    background: #fff;
}

.con_details_list {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 16px;
}

.am-u-sm-4 {
    width: 25%;
    float: left;
    padding-bottom: 20px;

}

.dwwz {
    width: 266px;
    border: #eee solid 1px;
    margin: 0 auto;
}

.dwwz h3 {
    font-size: 20px;
}

.con_detailspic h3 {
    margin: 28px 0;
}

.dwwz p {
    font-size: 14px;
    text-align: left;
    color: #666;
    text-indent: 28px;
    padding: 0 10px;
    margin: 0 0 1.6rem 0;
    line-height: 24px;
}

.dwwz button {
    border: #3bb4f2 solid 1px;
    width: 163px;
    color: #3bb4f2;
    background: none;
    margin-bottom: 20px;
}

.am-btn-default:hover {
    color: #444;
    border-color: #c7c7c7;
    background-color: #f0f0f0;;
}

.am-btn.am-radius {
    border-radius: 2px;
}

.am-btn {
    display: inline-block;
    padding: .5em 1em;
    vertical-align: middle;
    font-size: 1.6em;
    line-height: 14px;
    white-space: nowrap;
    cursor: pointer;
}

/*二级页:园区详情页*/
.adress_n, .tell {
    width: 277px;
}

/*二级页：企业注册 园区注册 个人注册*/
.register_wrap {
    background: #fff;
    width: 1200px;
    overflow: hidden;
    margin: -30px auto 0;
}

.rgimg {
    background: url("../../images/jnec/registerbg.jpg") no-repeat;
    width: 655px;
    height: 523px;
    float: left;
}

.reg_list {
    width: 377px;
    margin-left: 4px;
    float: left;
}

.reg_title {
    margin: 40px 0 30px 30px;
    overflow: hidden;
}

.reg_title li {
    float: left;
    margin-left: 14px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    color: #595a5a;
}

.reg_title .current {
    background-color: #418cdd;
    text-align: center;
    color: #fff;
    width: 95px;
    height: 33px;
    border-radius: 2px;
}

.box {
    clear: both;
    height: auto;
    color: #595a5a;
}

.box .item {
    float: left;
    text-align: right;
    width: 101px;
    padding-right: 8px;
    height: 44px;
    padding-top: 6px;
    line-height: 20px;
    font-size: 14px;
}

.box1 .qyname, .box2 .zzjg_dm, .box3 .emall, .box4 .password, .box5 .password_a {
    width: 258px;
    border: none;
    background: url("../../images/jnec/inputimg.png") no-repeat;
    background-position: 2px 0;
    height: 32px;
    padding: 5px;
    font-size: 14px;
}

.box6 .password_b {
    background: url("../../images/jnec/inputimg.png") no-repeat;
    background-position: 2px -42px;
    height: 34px;
    border: none;
    padding: 5px;
    width: 167px;
}

.submit input {
    background: #418cdd;
    display: inline-block;
    height: 44px;
    width: 258px;
    text-align: center;
    cursor: pointer;
    font: 22px/39px "微软雅黑";
    color: #fff;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    margin-left: 114px;
}

/*二级页：线下活动*/
.hot_active {
    background: #fff;
}

.hot_active h2 {
    font-size: 20px;
    padding: 7px 0 0 23px;
}

.active_s {
    overflow: hidden;
    position: relative;
    color: #515151;
    padding: 18px 23px;
    border-bottom: 1px solid #eee;
}

.m23 {
    padding: 6px 0 0 19px;
}

.m23_to {
    font-size: 14px;
    line-height: 28px;
    margin-top: 40px;
}

.m23 h3 {
    font-size: 18px;
    line-height: 28px;
    width: 460px;
}

.m23 a {
    position: absolute;
    right: 32px;
    bottom: 40px;
    background: #4ea4d7;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}

/*二级页：线下活动详情*/
.con_hd {
    margin: 15px 0px 0 23px;
}

.con_hd h3 {
    background: #4ea4d7;
    height: 32px;
    width: 118px;
    text-align: center;
    color: #fff;
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 10px;
}

.con_hd p {
    font-size: 16px;
    line-height: 30px;
    color: #515151;
    padding-left: 20px;
    margin-bottom: 19px;
    padding-bottom: 19px;
}

.m23 .bb {
    background: #b3b3b3;
    color: #fff;
}

/*二级页：人才培训*/
.con_curriculum {
    background: #fff;
    width: 885px;
}

.con_curriculum .fl_title a {
    display: block;
    float: left;
    width: 65px;
}

.con_curriculum .fl_title {
    background: #f7f7f7;
    width: 799px;
    height: 40px;
    margin: 13px 0 3px 18px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
}

.policy2 {
    background: #fff;
    padding: 0 5px 0 12px;
    width: 268px;
    margin-bottom: 15px;
}

.policy2 h3 {
    font-size: 18px;
    line-height: 47px;
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 8px;
}

.policy2 h3::before {
    background: #307bdd;
    height: 3px;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 80px;
}

.curriculum_list {
    overflow: hidden;
    padding: 21px;
    border-bottom: 1px solid #eee;
}

.curriculum_one {
	border-bottom: 1px solid #eee;
    float: left;
    height: 202px;
    margin-bottom: 36px;
    overflow: hidden;
    padding-bottom: 35px;
    padding-left: 15px;
    position: relative;
    width: 194px;

}

.curriculum_one a {
    position: absolute;
    display: block;
    width: 67px;
    height: 21px;
    background: #0d7fc6;
    border-radius: 2px;
    bottom: 35px;
    right: 0px;
    line-height: 21px;
    text-align: center;
    color: #fff;
}

.curriculum_one h4 {
    font-size: 14px;
    padding-left: 4px;
}

.curriculum_one .time {
    font-size: 12px;
    color: #999;
    padding-left: 6px;
    line-height: 26px;
}

.curriculum_one .cytol {
    background: url("../../images/jnec/rtx.png") no-repeat;
    position: absolute;
    display: block;
    width: 67px;
    height: 21px;
    bottom: 35px;
    left: 4px;
    line-height: 21px;
    text-align: center;
    background-position: 14px 5px;
	text-indent:20px;
}

/*二级页：人才培训详情*/
.vedio_kcxq {
    width: 780px;
    margin-left: 28px;
}

.vedio_kcxq p {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: content-box;
}

.vedio_kcxq p span {
    height: 23px;
    line-height: 21px;
    padding-left: 30px;
    margin-right: 30px;
    background-image: url("../../images/jnec/iconlist3.png");
    background-repeat: no-repeat;
}

.vedio_kcxq p .like {
    background-position: 0 -4px;
}

.vedio_kcxq p .collect {
    background-position: 0 -91px;
}

.kcxq_zw h3 {
    line-height: 49px;
    font-size: 18px;
    height: 40px;
    width: 73px;
    border-bottom: 3px solid #307bdd;
}

.kcxq_zw .details {
    font-size: 14px;
    line-height: 26px;
    color: #868686;
    width: 600px;
}

.vedio_gnlm {
    overflow: hidden;
}

.xskc_vedio {
    background: #fff;
    padding-bottom: 30px;
}

/*二级页：服务机构*/
.box .items {
    float: left;
    text-align: right;
    width: 101px;
    padding-right: 8px;
    padding-top: 6px;
    line-height: 20px;
    font-size: 14px;
    height: 22px;
}

.box_xm .qyname, .box_xm2 .qyname {
    padding: 3px;
    height: 16px;
    line-height: 20px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    width: 187px;
}

.box_area .ret, .box_area2 .ret {
    border-radius: 4px;
    border: 1px solid #cacaca;
    line-height: 18px;
    padding: 3px;
}

.box_xm2 {
    margin-left: 86px;
}

.xm_nr {
    margin: 12px 40px;
}

.xm_nr .box_hm {
    font-size: 14px;
    text-indent: 16px;
    color: #585a5a;
    line-height: 26px;
}

.boxs {
    clear: both;
    height: auto;
    color: #595a5a;
    padding: 5px 0;
    font-size: 14px;
}

.box_xm2 .ui_botton {
    background: #e2e2e2;
    border: 1px solid #cacaca;
    line-height: 22px;
    padding: 0 11px;
    cursor: pointer;
    border-radius: 3px;
}

.boxr {
    margin: 18px 0 58px 65px;
    width: 100%;
    overflow: hidden;
}

.boxr .submit_botton {
    background: url("../../images/jnec/tjbott.png") no-repeat;
}

.boxr .restart_botton {
    background: url("../../images/jnec/resbott.png") no-repeat;
}

.boxr .buttons {
    height: 33px;
    color: #fff;
    width: 105px;
    border: none;
    padding-left: 17px;
    margin-left: 10px;
}

/*二级页：企业中心-数据上报*/
.box_xm .titles {
    padding: 3px;
    height: 25px;
    border: 1px solid #cacaca;
    border-radius: 3px;
    width: 195px;
    color: #595959;
}

.boxs .items {
    float: left;
    text-align: right;
    width: 86px;
}

/*二级页：就业机会详情*/
.com_ecruit {
    overflow: hidden;
}

.ecruit {
    width: 786px;
    margin: 0 auto;
    background: #fff;
}

.ecruit h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #eee;
    line-height: 40px;
    width: 656px;
    margin-left: 67px;
    margin-top: 13px;
}

.ecruit .jyjs {
    width: 80%;
    font: 14px/28px "微软雅黑";
    border-bottom: 1px dashed #eee;
    margin: 11px 0 12px 68px;
    color: #565656;
}

.jyjs h4 {
    font-size: 18px;
    line-height: 44px;
}

/*二级页：名优新特*/
.famous_product {
    background: #fff;
    overflow: hidden;
    width: 1200px;
    padding-bottom: 20px;
}

.linkl_list a {
    float: left;
    padding-left: 10px;
}

.famous_product ul li {
    width: 290px;
	height:400px;
    line-height: 24px;
    padding: 5px;
    float: left;
}

.famous_product ul li p {
    width: 90%;
    padding-left: 8px;
}

.famous_product ul {
    margin: 6px 0;
}
/*二级页:企业信息*/
.info_table{ width: 860px;
    margin: 0 auto;
    padding-top: 10px;
    font-family: 'microsoft yahei';
    color: #666;}
.form-row {
    margin-bottom: 20px;
    overflow: visible;
    min-width: 300px;
    margin-right: 68px;
}
.form-row label {
    *float: left;
    *line-height: 32px;
    width: 116px;
    display: inline-block;
    text-align: right;
}
.form-row input[type="text"], .form-row input[type="password"] {
    border: 1px solid #dfe0e0;
    height: 32px;
    line-height: 32px;
    width: 172px;
    padding: 0 10px;
}
textarea{
    line-height: 34px;
    border:1px solid #dfe0e0;
}
textarea:focus{
    outline: none;
}
/* zhushi by Lgq 20170424
input[type='button']{
    display: block;
    height: 36px;
    width: 518px;
    border: none;
    background-color: #31a5e7;
    color: #FFF;
    cursor: pointer;
    font-family: 'microsoft yahei';
}
input[type='button']:active{
    box-shadow: 0 0 4px 1px  #31a5e7;
    box-shadow:inset -2px 2px 8px 2px rgba(0,0,0,0.1);
}
*/
.set_area::after {
    content: '▼';
    position: absolute;
    right: 4px;
    top: 2px;
    color: #31a5e7;
    font-size: 18px;
    font-family: 'bitstream vera sans',sans-serif;
    transform: scaleY(0.8);
}
.set_area {
    position: relative;
    display: inline-block;
    -display: inline;
    width: 125px;
    height: 32px;
    line-height: 34px;
    border: 1px solid #dfe0e0;
    text-indent: 15px;
    background: url("../../images/jnec/image-store.png" )no-repeat 105px -16px;
    margin-right: 10px;
}

.show_area{
    display:none;
    position:absolute;
    top:34px;
    left:-1px;
    width:128px;
    max-height: 204px;
    _height: 204px;
    border:1px solid #dfe0e0;
    border-top:none;
    background-color:#fff;
    z-index:10;
    overflow-y: auto;

}

.show_area li{
    height:34px;
    cursor:pointer;
}

.show_area li:hover{
    background-color:#31a5e7;
    color:#fff;
}


#address{width:420px}
.text_fw{ float: left; line-height: 32px; width:696px;}
#xxsa{ width: 575px; float: right;}

.content_news {
    width: 940px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    text-wrap: normal;
    color: #737373;
}

.content_news img{
	max-width:800px;
	height:auto;
	display:block;
	margin:10px auto;
}


/*我要报名*/

.Popup{
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    left: 529px;
    overflow: hidden;
    position: absolute;
    top: 178px;
    width: 535px;
    z-index: 1000;
}
.Popup h4{ padding: 10px 20px;  font-size: 18px; border-bottom: 1px solid #dddddd;}
.Popup .darkorange{ color: #ed4e2a !important;  line-height: 24px;   padding-left: 11px;  }
.Popup .form_group{  margin-bottom: 15px; width: 97%; overflow: hidden; margin: 0 auto;}
.Popup .col_xs_2{  margin-top: 10px; float: left; width: 44%; margin-right: 25px; line-height:24px;}
.Popup .form-control{ 
	color: #858585;  background-color: #fbfbfb;  border: 1px solid #d5d5d5; display: block; padding: 3px 7px;
    width: 98%;
    height: 28px; line-height: 1.4em;
}
.Popup .col_xs_4{ width: 97%;  margin: 0 auto;}
.Popup .stl2{ width: 92%;}
.Popup .btn-primary{ background-color: #0072c6; color: #fff; border-color: #427fed;}
.Popup .btn-lg {
    line-height: 1.35;
    padding: 9px 18px;
    font-size: 14px;
}
.Popup .btn {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    background-clip: padding-box;
}
.Popup .padding_lt20 {
    padding: 20px 9px;
}
.reg-auto{
    overflow: hidden;
    margin-bottom: 32px;
}
.reg-auto .f14{
    font-size:12px;
}
.topsearchbox .submit-second-btn:hover{ background: url("../../images/jnec/fdj_B.png") no-repeat center top;}
.mbanner1{
    width:614px;
    height: 71px;
    line-height: 35px;
    float: left;
    background: url("../../images/jnec/mbanner1.jpg") no-repeat 0 0;
}
.mbanner1 a{
    color: #fff;
    width:102px;
    float: left;
    padding-right: 0;
    text-align: center;
}
#adv .mbanner1 a{
    padding-right: 0;
}
.mbanner2{
    width:214px;
    float: left;
}
.mbanner3{
    width:336px;
    float: left;
}
.mbanner2{
    padding:0 15px 0 19px;
}
.fenye{ clear:both;}